c# how to get connection string from app config

57

c# how to get connection string from app config -

var connectionString=ConfigurationManager.ConnectionStrings["CharityManagement"].ConnectionString;

Comments

Submit
0 Comments